home *** CD-ROM | disk | FTP | other *** search
- /* NUMBER.C
-
- Copyright (c) 1984, Gordon Lee Waite
- 413 W. Pleasant Street
- Maquoketa, IA 52060
-
-
- summary: number infile outfile
-
- arguments: infile is the name of the input file.
-
- outfile is the name of the output file.
-
- options: none
-
- description:
-
- NUMBER is used to place line numbers on each line of
- the input file. The results are written to outfile.
-
- The results can be routed to the screen by using CON: for
- the outfile, or to the printer by using PRN:
-
- Example: number crypt.c con:
-
- The above line would produce a listing of crypt.c at the console
- with a line number on each line.
- */
-